Skip to main content
Version: 2026.08

MCP Service

The Istari Digital MCP Service exposes the Istari Digital Platform to LLM-powered tools through the Model Context Protocol. Once connected, an MCP-compatible client (Claude Desktop, Cursor, and others) can search the platform's API surface and execute calls on behalf of the authenticated user — to summarize systems, run jobs, query metadata, or drive other automations from chat.

Key features

  • Hosted endpoint, no install. Connect clients to your installation's MCP URL (for example https://mcp.dev2.istari.app/mcp/). Authentication is OIDC — an interactive browser sign-in.
  • Two tools, broad surface coverage. search discovers available API methods and parameters; execute runs Python expressions against Resources, Jobs, Systems, Access, Agents, Users, and Storage.
  • Same authorization as the UI. Calls execute as the signed-in user — permissions, control tags, and infosec levels are enforced server-side.

What's in this section

PageWhat it covers
Quick startConnect an MCP client with OIDC, including the legal disclaimer for LLM integration.
API referenceThe search and execute tools, supported domains, and a typical search → execute workflow.
caution

Connecting Istari Digital data to an external LLM carries data-handling implications. Read the Legal Disclaimer on the Quick start page before integrating with a production LLM.